PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / getGenerateMarkedContentSequence Method
In This Topic
    getGenerateMarkedContentSequence Method
    In This Topic
    Gets a flag indicating whether this structure element will be associated with a marked content sequence.
    This property is used only with formatted content and flow documents, to inform the layout engine whether to generate a marked content sequence or not for an object in the hierarchy.
    The method ignores the value of this property.
    Syntax
    public boolean getGenerateMarkedContentSequence()

    Return Value

    True if a marked content sequence will be generated in the page content stream when the structure element is used.
    See Also